home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GFX Sensations 1
/
Graphic Sensations - Volume 1.iso
/
tools
/
amiga
/
3d_tools
/
rend10.lzh
/
REND1.0
/
Include
/
control.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-02-01
|
151 b
|
12 lines
#ifndef CONTROL_H
#define CONTROL_H
UBYTE opengraphics(UWORD,UWORD,UWORD *,UBYTE *);
void displaygraphics(void);
void closegraphics(void);
#endif